- MySQL 执行器
MySQL 执行器
Overview
what is Gen Data?
Gen Data is a demo tool designed for generating MySQL test data, specifically for use in local development environments.
how to use Gen Data?
To use Gen Data, set the MYSQL_PASSWORD environment variable and run the main functionality code using the command: MYSQL_PASSWORD={MYSQL_PASSWORD} uv --directory /项目文件夹路径(gen-data) run 功能代码(main).py.
key features of Gen Data?
- Generates test data for MySQL databases.
- Designed for local development environments.
- Easy to set up and use with minimal configuration.
use cases of Gen Data?
- Creating sample data for testing database applications.
- Simulating data for development purposes without affecting production data.
- Facilitating the testing of database queries and performance.
FAQ from Gen Data?
- Is Gen Data suitable for production use?
No, Gen Data is intended solely for local development environments.
- How do I set the MYSQL_PASSWORD?
You can set the MYSQL_PASSWORD as an environment variable before running the command.
- Where can I find the documentation?
Detailed documentation is available at: https://mp.weixin.qq.com/s/C296RuLpH03jRRurKZSIlg.
Server Config
{
"mcpServers": {
"gen-data": {
"command": "uv",
"args": [
"--directory",
"/项目文件夹路径(gen-data)",
"run",
"功能代码(main).py"
],
"env": {
"MYSQL_PASSWORD": "<password>"
}
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
co-pineStar
-Language
-License
-Category
developer-tools
Recommend Servers
View AllMyrsu
@VidhiJav
2 days ago
Test
@modelcontextprotocol
test
6 months ago
Tavily Mcp
@tavily-ai
JavaScript
a year ago